projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ec4945
)
tests: Remove unused includes in libostreetest.c
author
Matthew Leeds
<matthew.leeds@endlessm.com>
Sat, 9 Feb 2019 00:01:54 +0000
(16:01 -0800)
committer
Atomic Bot
<atomic-devel@projectatomic.io>
Mon, 11 Feb 2019 13:44:07 +0000
(13:44 +0000)
Since commit
a06bd82cd
we no longer use OVERLAYFS_SUPER_MAGIC or
statfs() so remove the includes for linux/magic.h and sys/vfs.h
Closes: #1815
Approved by: cgwalters
tests/libostreetest.c
patch
|
blob
|
history
diff --git
a/tests/libostreetest.c
b/tests/libostreetest.c
index 1991ffd04844c565c08e61a7625f9cd2049a9eb6..9a2fae09f0a43a4439cb377f68b3a3ff761d157b 100644
(file)
--- a/
tests/libostreetest.c
+++ b/
tests/libostreetest.c
@@
-22,8
+22,6
@@
#include "config.h"
#include <stdlib.h>
#include <string.h>
-#include <linux/magic.h>
-#include <sys/vfs.h>
#include "libglnx.h"
#include "libostreetest.h"